diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 15:10:32 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 15:10:32 +0900 |
| commit | c4d6938ca6d225f15f2b04924cafaa07062b54b4 (patch) | |
| tree | 3a793cf352ddcfc46f1422d78b69daf3617639ab /config/waybar/configs/Simple-S [TOP] | |
| parent | 0f25fb086a29ff1db0f11e7052687f4c808b0456 (diff) | |
waybar changes on name, style and script
Diffstat (limited to 'config/waybar/configs/Simple-S [TOP]')
| -rw-r--r-- | config/waybar/configs/Simple-S [TOP] | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/waybar/configs/Simple-S [TOP] b/config/waybar/configs/Simple-S [TOP] new file mode 100644 index 00000000..ebeb9823 --- /dev/null +++ b/config/waybar/configs/Simple-S [TOP] @@ -0,0 +1,30 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### SIMPLE -SHORT ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +"width": 1050, +"margin-top": 5, + +"modules-left": [ + "clock", + "custom/weather", + ], + +"modules-center": [ + "hyprland/workspaces#2" + ], + +"modules-right": [ + "custom/menu", + "tray", + "network", + "bluetooth", + "backlight", + "pulseaudio", + "battery", + "custom/power"], +} |
